home *** CD-ROM | disk | FTP | other *** search
- ClientInspector = {
- ACTIONS = {
- showExpenses:;
- getSelection:;
- addItem:;
- showClient:;
- handleDoubleClick:;
- updateItem:;
- undeleteItem:;
- showHours:;
- deleteItem:;
- };
- OUTLETS = {
- panel;
- clientView;
- sessionMgr;
- sessionView;
- browser;
- popUpButton;
- viewsPanel;
- addButton;
- currentView;
- clientList;
- clientMgr;
- deleteButton;
- modifyButton;
- expenseMgr;
- previousSelection;
- expenseView;
- };
- SUPERCLASS = Object;
- };
- ClientViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- dataForm;
- };
- SUPERCLASS = Object;
- };
- ExpenseViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- totalExpensesField;
- clientExpensesField;
- expensesBrowser;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SessionViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- sessionBrowser;
- clientHoursField;
- totalHoursField;
- clientBillingsField;
- totalBillingsField;
- };
- SUPERCLASS = Object;
- };
-